PDFDocumentFileAttachmentRelationship Enumeration
In This Topic
Defines the supported relationship types between a file attachment and its owner.
Members
| Member | Description |
| ALTERNATIVE | The file attachment is an alternative representation of content. |
| DATA | The file attachment represents information used to derive a visual presentation. |
| SOURCE | The file attachment is the original source material for the associated content. |
| SUPPLEMENT | The file attachment represents a supplemental representation of the original source or data that may be more easily consumable. |
| UNSPECIFIED | Relationship is not known. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.document.PDFDocumentFileAttachmentRelationship
See Also